Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for GWT -- including Reflection wrapper #58

Merged
merged 1 commit into from
Feb 13, 2014

Conversation

Flet
Copy link
Contributor

@Flet Flet commented Feb 13, 2014

Fixes #56 - GWT compatibility

  • Added reflection wrappers to artemis-odb module
  • Created a new module artemis-gwt which handles GWT emulated classes as well as handling reflection.
  • removed readFileContents from Utils as it was causing problems with GWT compilation.
  • @Mapper annotations are still fully respected in GWT compiliation
  • reflection classes from libgdx were used and enhanced (they did not support annotations on fields).

@Flet
Copy link
Contributor Author

Flet commented Feb 13, 2014

The sample project I used to test this: https://github.com/Flet/spaceship-warrior-redux

try it out in your browser here: http://flet.github.io/spaceship-warrior-redux/

@junkdog junkdog merged commit 78b0065 into junkdog:master Feb 13, 2014
@junkdog
Copy link
Owner

junkdog commented Feb 13, 2014

The sample project I used to test this: https://github.com/Flet/spaceship-warrior-redux

try it out in your browser here: http://flet.github.io/spaceship-warrior-redux/

Sweet; do you intend to keep the GWT demo and project at their current URLs? If so, I'll link it from the readme.

@Flet
Copy link
Contributor Author

Flet commented Feb 13, 2014

Yes, use those github URLs.... thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants